home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / teaser.dir / 00109_Script_109 < prev    next >
Text File  |  1998-08-25  |  264b  |  24 lines

  1. on exitFrame
  2.   go the frame
  3.   if field "code" contains "4332!768723" then 
  4.     puppetsound(1) "success"
  5.     starttimer
  6.     repeat while the timer < 120
  7.       nothing
  8.     end repeat  
  9.     cursor -1
  10.     go frame "open"
  11.   end if
  12. end
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.